home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-11 | 561 b | 15 lines |
- ## Process this file with automake to produce Makefile.in
- noinst_LIBRARIES = tu
-
- EXTRA_DIST = alloca.c memcmp.c memcpy.c memmove.c memset.c \
- regex.c rx.c stpcpy.c strpbrk.c strtod.c strtol.c strtoul.c \
- getopt.c getopt1.c
-
- tu_SOURCES = error.c full-write.c getline.c \
- linebuffer.c long-options.c md5.c memcasecmp.c memchr.c safe-read.c \
- xmalloc.c xstrtod.c xstrtol.c xstrtoul.c
-
- tu_LIBADD = @REGEXOBJ@ @LIBOBJS@ @ALLOCA@
- noinst_HEADERS = error.h getline.h getopt.h linebuffer.h \
- long-options.h md5.h memcasecmp.h regex.h rx.h xstrtod.h xstrtol.h xstrtoul.h
-